aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* send-email: Remove superfluous `my $editor = ...'Michael Witten2009-04-14
* send-email: 'References:' should only reference what is sentMichael Witten2009-04-14
* send-email: Handle "GIT:" rather than "GIT: " during --composeMichael Witten2009-04-14
* Docs: send-email: --smtp-server-port can take symbolic portsMichael Witten2009-04-14
* Docs: send-email: Refer to CONFIGURATION section for sendemail.multieditMichael Witten2009-04-14
* Docs: send-email: Put options back into alphabetical orderMichael Witten2009-04-14
* gitignore git-bisect--helperJunio C Hamano2009-04-12
* GIT 1.6.3-rc0v1.6.3-rc0Junio C Hamano2009-04-12
* Documentation/git.txt: GIT 1.6.2.2 has been out for a whileNanako Shiraishi2009-04-12
* Merge branch 'jk/no-perl'Junio C Hamano2009-04-12
|\
| * tests: skip perl tests if NO_PERL is definedJeff King2009-04-08
| * Makefile: allow building without perlJeff King2009-04-08
* | Merge branch 'sb/doc-upstream-branch'Junio C Hamano2009-04-12
|\ \
| * | Documentation: Introduce "upstream branch"Santi BĂ©jar2009-04-07
* | | Merge branch 'jk/show-upstream'Junio C Hamano2009-04-12
|\ \ \
| * | | branch: show upstream branch when double verboseJeff King2009-04-07
| * | | make get_short_ref a public functionJeff King2009-04-07
| * | | for-each-ref: add "upstream" format fieldJeff King2009-04-07
| * | | for-each-ref: refactor refname handlingJeff King2009-04-07
| * | | for-each-ref: refactor get_short_ref functionJeff King2009-04-07
* | | | Merge branch 'fg/remote-prune'Junio C Hamano2009-04-12
|\ \ \ \
| * | | | add tests for remote groupsJeff King2009-04-09
| * | | | git remote update: Fallback to remote if group does not existFinn Arne Gangstad2009-04-07
| * | | | remote: New function remote_is_configured()Finn Arne Gangstad2009-04-07
| * | | | git remote update: Report error for non-existing groupsFinn Arne Gangstad2009-04-07
| * | | | git remote update: New option --pruneFinn Arne Gangstad2009-04-05
| * | | | builtin-remote.c: Split out prune_remote as a separate function.Finn Arne Gangstad2009-04-05
* | | | | Merge branch 'cc/sha1-bsearch'Junio C Hamano2009-04-12
|\ \ \ \ \
| * | | | | sha1-lookup: fix up the assertion messageJunio C Hamano2009-04-06
* | | | | | Merge branch 'cc/bisect-filter'Junio C Hamano2009-04-12
|\ \ \ \ \ \
| * | | | | | rev-list: add "int bisect_show_flags" in "struct rev_list_info"Christian Couder2009-04-07
| * | | | | | rev-list: remove last static vars used in "show_commit"Christian Couder2009-04-07
| * | | | | | list-objects: add "void *data" parameter to show functionsChristian Couder2009-04-07
| * | | | | | bisect--helper: string output variables together with "&&"Christian Couder2009-04-05
| * | | | | | rev-list: pass "int flags" as last argument of "show_bisect_vars"Christian Couder2009-04-05
| * | | | | | t6030: test bisecting with pathsChristian Couder2009-04-05
| * | | | | | bisect: use "bisect--helper" and remove "filter_skipped" functionChristian Couder2009-04-05
| * | | | | | bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES"Christian Couder2009-04-05
| * | | | | | bisect--helper: implement "git bisect--helper"Christian Couder2009-04-05
| * | | | | | bisect: use the new generic "sha1_pos" function to lookup sha1Christian Couder2009-04-05
| * | | | | | rev-list: call new "filter_skip" functionChristian Couder2009-04-05
| * | | | | | Merge branch 'cc/sha1-bsearch' into HEADJunio C Hamano2009-04-04
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | patch-ids: use the new generic "sha1_pos" function to lookup sha1Christian Couder2009-04-04
| | * | | | | sha1-lookup: add new "sha1_pos" function to efficiently lookup sha1Christian Couder2009-04-04
| | |/ / / /
| * | | | | rev-list: pass "revs" to "show_bisect_vars"Christian Couder2009-03-30
| * | | | | rev-list: make "show_bisect_vars" non staticChristian Couder2009-03-30
| * | | | | rev-list: move code to show bisect vars into its own functionChristian Couder2009-03-30
| * | | | | rev-list: move bisect related code into its own fileChristian Couder2009-03-30
| * | | | | rev-list: make "bisect_list" variable local to "cmd_rev_list"Christian Couder2009-03-30
| * | | | | refs: add "for_each_ref_in" function to refactor "for_each_*_ref" functionsChristian Couder2009-03-30