git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* GSoC 2016: Microproject
@ 2016-02-19  8:59 Mehul Jain
  2016-02-19 13:03 ` Matthieu Moy
  0 siblings, 1 reply; 29+ messages in thread
From: Mehul Jain @ 2016-02-19  8:59 UTC (permalink / raw)
  To: git; +Cc: peff

Hello everyone,

I'm Mehul Jain. I'm looking for participating in GSoC 2016.

I've started work on a Microproject" Teach git pull --rebase the
--no-autostash" option. While looking at Git's source code I have made
following observation: In the pull.c file
1.  git_config_get_bool( , ) search in the configuration key for the
value of rebase.autostash, if found true then modify autostash's value
to a non-zero number and thus making a stash to encounter the problem
of dirty tree.
2. Here if in command line a flag "--no-autostash" is given then we
can easily set the value of autostash = 0 and thus killing the process
by die_on_unclean_work_tree(prefix).
Is my observation is right?

I'm new to open source projects and not much experienced at it. So
please correct/comment on any mistake that I made while trying to put
my point. I will also appreciate any comment/suggestion/criticism on
my observation.

Thanks

^ permalink raw reply	[flat|nested] 29+ messages in thread
* GSoC 2016 Microproject
@ 2016-02-27 13:04 Sidhant Sharma
  2016-02-27 13:28 ` Matthieu Moy
  0 siblings, 1 reply; 29+ messages in thread
From: Sidhant Sharma @ 2016-02-27 13:04 UTC (permalink / raw)
  To: git

Hi everyone,


I'm Sidhant Sharma. I'm looking to participate in GSoC 2016 (and contribute  
to Git in general as well). I read up the pages relating to participation  
in GSoC and selected the microproject "Add configuration options for some  
commonly used command-line options". I have some queries regarding this  
though:

1. I believe the option can be added by a reassignment of the `verbose`  
variable in `parse_and_validate_options` function inside the  
`builtin/commit.c`. It can be a logical OR between the `verbose` (which was  
parsed by the argument parser) and the value obtained by using  
`git_config_get_bool("command.verbose", &opt_verbose)`. Am I thinking on  
the right lines?

2. Should I also add an option to override the configuration for verbose?

3. The microproject title suggests there can more such options, so are  
there more to be added?


Thanks in advance.



Regards

Sidhant Sharma [:tk]

^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2016-03-01 12:22 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-19  8:59 GSoC 2016: Microproject Mehul Jain
2016-02-19 13:03 ` Matthieu Moy
2016-02-19 17:39   ` Mehul Jain
2016-02-19 17:50     ` Stefan Beller
2016-02-19 18:32       ` Mehul Jain
2016-02-20 14:43       ` Mehul Jain
2016-02-21  4:55         ` Matthieu Moy
2016-02-21 16:04           ` Mehul Jain
2016-02-21 18:52             ` Matthieu Moy
2016-02-22  8:10               ` Karthik Nayak
2016-02-22 10:12               ` Mehul Jain
2016-02-22 10:20                 ` Duy Nguyen
2016-02-22 10:30                   ` Mehul Jain
2016-02-22 11:21                     ` Duy Nguyen
2016-02-22 12:28                       ` Mehul Jain
2016-02-22 10:21                 ` Lars Schneider
2016-02-22 10:30                   ` Lars Schneider
2016-02-21 16:02       ` Mehul Jain
  -- strict thread matches above, loose matches on Subject: below --
2016-02-27 13:04 GSoC 2016 Microproject Sidhant Sharma
2016-02-27 13:28 ` Matthieu Moy
2016-02-27 15:20   ` Sidhant Sharma
2016-02-27 16:12     ` Matthieu Moy
2016-02-28 10:12       ` Sidhant Sharma
2016-02-29 14:51         ` Sidhant Sharma
2016-02-29 15:04         ` Matthieu Moy
2016-02-29 15:32           ` Sidhant Sharma
2016-02-29 15:51             ` Matthieu Moy
2016-03-01 11:38               ` Sidhant Sharma
2016-03-01 12:22                 ` Thomas Gummerer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).