18412 Commits (66996ecc28f001d3dcc73090717bb8c6e47c0d75)
 

Author SHA1 Message Date
Christian Couder 13858e5770 rev-list: add "int bisect_show_flags" in "struct rev_list_info" 16 years ago
Christian Couder d797257eb2 rev-list: remove last static vars used in "show_commit" 16 years ago
Christian Couder 11c211fa06 list-objects: add "void *data" parameter to show functions 16 years ago
Matthieu Moy 982962ce24 git-rev-list.txt: make ascii markup uniform with other pages. 16 years ago
Matthieu Moy 4c0fe0af68 git-send-email.txt: clarify which options take an argument. 16 years ago
Jeff King 3d4ecc0e23 for-each-ref: refactor get_short_ref function 16 years ago
Santi Béjar e892dc713e Documentation: Introduce "upstream branch" 16 years ago
Jason Merrill 20ff3ec28e Documentation: clarify .gitattributes search 16 years ago
Matthieu Moy 39470cf961 git-checkout.txt: clarify that <branch> applies when no path is given. 16 years ago
Matthieu Moy ce8936c342 git-checkout.txt: fix incorrect statement about HEAD and index 16 years ago
Finn Arne Gangstad b344e1614b git remote update: Fallback to remote if group does not exist 16 years ago
Finn Arne Gangstad 9a23ba3375 remote: New function remote_is_configured() 16 years ago
Finn Arne Gangstad bed5d42163 git remote update: Report error for non-existing groups 16 years ago
Junio C Hamano 1a7b1f6b9c sha1-lookup: fix up the assertion message 16 years ago
Junio C Hamano fbdc05661d Merge branch 'jc/name-branch' 16 years ago
Junio C Hamano 03a39a9184 Merge branch 'jc/shared-literally' 16 years ago
Junio C Hamano ccc852c377 Merge branch 'mg/tracked-local-branches' 16 years ago
Junio C Hamano 87d2062b39 Merge branch 'sb/format-patch-patchname' 16 years ago
Felipe Contreras a6e5ef7d9c user-manual: the name of the hash function is SHA-1, not sha1 16 years ago
Felipe Contreras a3df1e464e docbook: change css style 16 years ago
Felipe Contreras 6127c08647 user-manual: remove some git-foo usage 16 years ago
Santi Béjar 5c9c990341 Documentation: branch.*.merge can also affect 'git-push' 16 years ago
Heiko Voigt 1d1876e930 Add configuration variable for sign-off to format-patch 16 years ago
Todd Zullinger 43acdf243e bash completion: Update 'git am' options 16 years ago
Finn Arne Gangstad efa54803cb git remote update: New option --prune 16 years ago
Finn Arne Gangstad b92c5f228a builtin-remote.c: Split out prune_remote as a separate function. 16 years ago
Christian Couder e89aa6d2f5 bisect--helper: string output variables together with "&&" 16 years ago
Christian Couder 37c4c38d73 rev-list: pass "int flags" as last argument of "show_bisect_vars" 16 years ago
Christian Couder b74d7efb10 t6030: test bisecting with paths 16 years ago
Christian Couder 23b5f18b50 bisect: use "bisect--helper" and remove "filter_skipped" function 16 years ago
Christian Couder 3b437b0dab bisect: implement "read_bisect_paths" to read paths in "$GIT_DIR/BISECT_NAMES" 16 years ago
Christian Couder 1bf072e366 bisect--helper: implement "git bisect--helper" 16 years ago
Christian Couder 4eb5b64631 bisect: use the new generic "sha1_pos" function to lookup sha1 16 years ago
Christian Couder 9518864816 rev-list: call new "filter_skip" function 16 years ago
Junio C Hamano 81aa964976 Merge branch 'maint' 16 years ago
Julien Danjou 835a3eea3e git submodule: fix usage line 16 years ago
Junio C Hamano be18f4b899 Merge branch 'maint-1.6.1' into maint 16 years ago
Junio C Hamano acb0b7b01f Merge branch 'maint-1.6.0' into maint-1.6.1 16 years ago
Markus Heidelberg 38b7ccbe8c doc/git-pack-refs: fix two grammar issues 16 years ago
Jeff King 5dba359124 tests: remove exit after test_done call 16 years ago
Jeff King 4f6a32f8af commit: abort commit if interactive add failed 16 years ago
Clemens Buchacher 39d8e271f4 simplify output of conflicting merge 16 years ago
Clemens Buchacher 0eb6574c24 update cache for conflicting submodule entries 16 years ago
Clemens Buchacher f37ae35e73 add tests for merging with submodules 16 years ago
Christian Couder f3a186ffad bisect: improve error message when branch checkout fails 16 years ago
Dan McGee e1dc49bcde git-repack: use non-dashed update-server-info 16 years ago
Markus Heidelberg 89a56bfbd3 add --html-path to get the location of installed HTML docs 16 years ago
Junio C Hamano 5aaa507b06 Merge branch 'cc/sha1-bsearch' into HEAD 16 years ago
Christian Couder 5289bae17f patch-ids: use the new generic "sha1_pos" function to lookup sha1 16 years ago
Christian Couder 96beef8c2e sha1-lookup: add new "sha1_pos" function to efficiently lookup sha1 16 years ago