Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Junio C Hamano | 2009-04-17 | 3 | -5/+15 |
|\ | |||||
| * | doc/gitattributes: clarify location of config text | Jeff King | 2009-04-17 | 1 | -3/+6 |
| * | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-04-17 | 2 | -2/+9 |
| |\ | |||||
| | * | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-17 | 2 | -2/+9 |
| | |\ | |||||
| | | * | Fix buffer overflow in config parser | Thomas Jarosch | 2009-04-17 | 2 | -2/+9 |
| * | | | git-apply: fix option description | Ulrich Windl | 2009-04-16 | 1 | -1/+1 |
* | | | | hook/update: example of how to prevent branch creation | Pierre Habouzit | 2009-04-17 | 1 | -1/+10 |
* | | | | get_local_heads(): do not return random pointer if there is no head | Nguyễn Thái Ngọc Duy | 2009-04-17 | 1 | -1/+1 |
* | | | | gitignore git-bisect--helper | Junio C Hamano | 2009-04-12 | 1 | -0/+1 |
* | | | | GIT 1.6.3-rc0v1.6.3-rc0 | Junio C Hamano | 2009-04-12 | 2 | -3/+14 |
* | | | | Documentation/git.txt: GIT 1.6.2.2 has been out for a while | Nanako Shiraishi | 2009-04-12 | 1 | -1/+2 |
* | | | | Merge branch 'jk/no-perl' | Junio C Hamano | 2009-04-12 | 13 | -4/+77 |
|\ \ \ \ | |||||
| * | | | | tests: skip perl tests if NO_PERL is defined | Jeff King | 2009-04-08 | 12 | -2/+48 |
| * | | | | Makefile: allow building without perl | Jeff King | 2009-04-08 | 2 | -2/+29 |
* | | | | | Merge branch 'sb/doc-upstream-branch' | Junio C Hamano | 2009-04-12 | 2 | -1/+7 |
|\ \ \ \ \ | |||||
| * | | | | | Documentation: Introduce "upstream branch" | Santi Béjar | 2009-04-07 | 2 | -1/+7 |
* | | | | | | Merge branch 'jk/show-upstream' | Junio C Hamano | 2009-04-12 | 7 | -131/+187 |
|\ \ \ \ \ \ | |||||
| * | | | | | | branch: show upstream branch when double verbose | Jeff King | 2009-04-07 | 2 | -7/+20 |
| * | | | | | | make get_short_ref a public function | Jeff King | 2009-04-07 | 3 | -104/+101 |
| * | | | | | | for-each-ref: add "upstream" format field | Jeff King | 2009-04-07 | 3 | -0/+41 |
| * | | | | | | for-each-ref: refactor refname handling | Jeff King | 2009-04-07 | 1 | -21/+26 |
| * | | | | | | for-each-ref: refactor get_short_ref function | Jeff King | 2009-04-07 | 1 | -7/+7 |
* | | | | | | | Merge branch 'fg/remote-prune' | Junio C Hamano | 2009-04-12 | 5 | -34/+156 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | add tests for remote groups | Jeff King | 2009-04-09 | 1 | -0/+81 |
| * | | | | | | | git remote update: Fallback to remote if group does not exist | Finn Arne Gangstad | 2009-04-07 | 2 | -3/+9 |
| * | | | | | | | remote: New function remote_is_configured() | Finn Arne Gangstad | 2009-04-07 | 2 | -0/+12 |
| * | | | | | | | git remote update: Report error for non-existing groups | Finn Arne Gangstad | 2009-04-07 | 1 | -3/+8 |
| * | | | | | | | git remote update: New option --prune | Finn Arne Gangstad | 2009-04-05 | 2 | -5/+19 |
| * | | | | | | | builtin-remote.c: Split out prune_remote as a separate function. | Finn Arne Gangstad | 2009-04-05 | 1 | -26/+30 |
* | | | | | | | | Merge branch 'cc/sha1-bsearch' | Junio C Hamano | 2009-04-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | sha1-lookup: fix up the assertion message | Junio C Hamano | 2009-04-06 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'cc/bisect-filter' | Junio C Hamano | 2009-04-12 | 20 | -665/+985 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | rev-list: add "int bisect_show_flags" in "struct rev_list_info" | Christian Couder | 2009-04-07 | 3 | -12/+9 |
| * | | | | | | | | | rev-list: remove last static vars used in "show_commit" | Christian Couder | 2009-04-07 | 3 | -28/+34 |
| * | | | | | | | | | list-objects: add "void *data" parameter to show functions | Christian Couder | 2009-04-07 | 5 | -46/+49 |
| * | | | | | | | | | bisect--helper: string output variables together with "&&" | Christian Couder | 2009-04-05 | 4 | -25/+23 |
| * | | | | | | | | | rev-list: pass "int flags" as last argument of "show_bisect_vars" | Christian Couder | 2009-04-05 | 3 | -10/+13 |
| * | | | | | | | | | t6030: test bisecting with paths | Christian Couder | 2009-04-05 | 1 | -0/+60 |
| * | | | | | | | | | bisect: use "bisect--helper" and remove "filter_skipped" function | Christian Couder | 2009-04-05 | 1 | -77/+12 |
| * | | | | | | | | | bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES" | Christian Couder | 2009-04-05 | 1 | -9/+46 |
| * | | | | | | | | | bisect--helper: implement "git bisect--helper" | Christian Couder | 2009-04-05 | 6 | -0/+105 |
| * | | | | | | | | | bisect: use the new generic "sha1_pos" function to lookup sha1 | Christian Couder | 2009-04-05 | 1 | -14/+9 |
| * | | | | | | | | | rev-list: call new "filter_skip" function | Christian Couder | 2009-04-05 | 3 | -6/+93 |
| * | | | | | | | | | Merge branch 'cc/sha1-bsearch' into HEAD | Junio C Hamano | 2009-04-04 | 84 | -723/+1738 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |||||
| | * | | | | | | | | patch-ids: use the new generic "sha1_pos" function to lookup sha1 | Christian Couder | 2009-04-04 | 1 | -88/+5 |
| | * | | | | | | | | sha1-lookup: add new "sha1_pos" function to efficiently lookup sha1 | Christian Couder | 2009-04-04 | 2 | -0/+108 |
| | |/ / / / / / / | |||||
| * | | | | | | | | rev-list: pass "revs" to "show_bisect_vars" | Christian Couder | 2009-03-30 | 2 | -7/+9 |
| * | | | | | | | | rev-list: make "show_bisect_vars" non static | Christian Couder | 2009-03-30 | 2 | -2/+5 |
| * | | | | | | | | rev-list: move code to show bisect vars into its own function | Christian Couder | 2009-03-30 | 1 | -38/+45 |
| * | | | | | | | | rev-list: move bisect related code into its own file | Christian Couder | 2009-03-30 | 4 | -387/+398 |