Sign in
googlers
/
jrn
/
git
/
daebaa78137d59693a808c1f0bdec0ecb40fc12e
/
builtin
/
rev-list.c
efc7df4
Move print_commit_list to libgit.a
by Nguyễn Thái Ngọc Duy
· 12 years ago
c43cb38
Move estimate_bisect_steps to libgit.a
by Nguyễn Thái Ngọc Duy
· 12 years ago
d318a39
Merge branch 'jk/maint-reflog-walk-count-vs-time'
by Junio C Hamano
· 13 years ago
f026c75
log: respect date_mode_explicit with --format:%gd
by Jeff King
· 13 years ago
9899372
rev-list: fix --verify-objects --quiet becoming --objects
by Nguyễn Thái Ngọc Duy
· 13 years ago
8ba8fe0
rev-list: remove BISECT_SHOW_TRIED flag
by Nguyễn Thái Ngọc Duy
· 13 years ago
cb8da70
git rev-list: fix invalid typecast
by Clemens Buchacher
· 13 years ago
5a48d24
rev-list --verify-object
by Junio C Hamano
· 14 years ago
4947367
list-objects: pass callback data to show_objects()
by Junio C Hamano
· 14 years ago
91f1751
revision.c: add show_object_with_name() helper function
by Junio C Hamano
· 14 years ago
5f25b62
rev-list: fix finish_object() call
by Junio C Hamano
· 14 years ago
f67d2e8
Merge branch 'jk/format-patch-am'
by Junio C Hamano
· 14 years ago
6bf1394
clean up calling conventions for pretty.c functions
by Jeff King
· 14 years ago
b388e14
rev-list --count: separate count for --cherry-mark
by Michael J Gruber
· 14 years ago
ad5aeed
revision.c: introduce --min-parents and --max-parents options
by Michael J Gruber
· 14 years ago
1df2d65
rev-list/log: factor out revision mark generation
by Michael J Gruber
· 14 years ago
07e0a83
Merge branch 'jk/maint-rev-list-nul'
by Junio C Hamano
· 14 years ago
9130ac9
rev-list: handle %x00 NUL in user format
by Jeff King
· 14 years ago
62b4698
Use angles for placeholders consistently
by Štěpán Němec
· 14 years ago
f69c501
rev-list: introduce --count option
by Thomas Rast
· 15 years ago
f9bdf9b
Merge branch 'ef/maint-empty-commit-log'
by Junio C Hamano
· 15 years ago
aa4beff
Merge branch 'mg/use-default-abbrev-length-in-rev-list'
by Junio C Hamano
· 15 years ago
2e0e8b6
Merge branch 'lt/deepen-builtin-source'
by Junio C Hamano
· 15 years ago
81b50f3
Move 'builtin-*' into a 'builtin/' subdirectory
by Linus Torvalds
· 15 years ago
[Renamed from builtin-rev-list.c]
f1c92c6
builtin-rev-list.c: mark file-local function static
by Junio C Hamano
· 15 years ago
3cc3fb7
Merge branch 'jc/1.7.0-diff-whitespace-only-status'
by Junio C Hamano
· 15 years ago
e61f25f
Merge branch 'jc/log-stdin'
by Junio C Hamano
· 15 years ago
8b3dce5
Teach --stdin option to "log" family
by Junio C Hamano
· 15 years ago
578e5ef
Merge branch 'lt/revision-bisect'
by Junio C Hamano
· 15 years ago
ad3f9a7
Add '--bisect' revision machinery argument
by Linus Torvalds
· 15 years ago
dd2e794
Refactor pretty_print_commit arguments into a struct
by Thomas Rast
· 15 years ago
90b1994
diff: Rename QUIET internal option to QUICK
by Junio C Hamano
· 16 years ago
9af3589
bisect: add parameters to "filter_skipped"
by Christian Couder
· 16 years ago
38ef750
rev-list: remove stringed output flag from "show_bisect_vars"
by Christian Couder
· 16 years ago
280e65c
rev-list: refactor printing bisect vars
by Christian Couder
· 16 years ago
1c87654
rev-list: make "estimate_bisect_steps" non static
by Christian Couder
· 16 years ago
9824a38
Merge branch 'lt/pack-object-memuse'
by Junio C Hamano
· 16 years ago
cf2ab91
show_object(): push path_name() call further down
by Linus Torvalds
· 16 years ago
8d2dfc4
process_{tree,blob}: show objects without buffering
by Linus Torvalds
· 16 years ago
13858e5
rev-list: add "int bisect_show_flags" in "struct rev_list_info"
by Christian Couder
· 16 years ago
d797257
rev-list: remove last static vars used in "show_commit"
by Christian Couder
· 16 years ago
11c211f
list-objects: add "void *data" parameter to show functions
by Christian Couder
· 16 years ago
e89aa6d
bisect--helper: string output variables together with "&&"
by Christian Couder
· 16 years ago
37c4c38
rev-list: pass "int flags" as last argument of "show_bisect_vars"
by Christian Couder
· 16 years ago
9518864
rev-list: call new "filter_skip" function
by Christian Couder
· 16 years ago
7428d75
rev-list: pass "revs" to "show_bisect_vars"
by Christian Couder
· 16 years ago
6a17fad
rev-list: make "show_bisect_vars" non static
by Christian Couder
· 16 years ago
9996983
rev-list: move code to show bisect vars into its own function
by Christian Couder
· 16 years ago
a2ad79c
rev-list: move bisect related code into its own file
by Christian Couder
· 16 years ago
ff62d73
rev-list: make "bisect_list" variable local to "cmd_rev_list"
by Christian Couder
· 16 years ago
9f199b1
rev-list: estimate number of bisection step left
by Christian Couder
· 16 years ago
6e46cc0
rev-list: fix showing distance when using --bisect-all
by Christian Couder
· 16 years ago
0f3a290
Add a 'source' decorator for commits
by Linus Torvalds
· 16 years ago
f285a2d
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
by Brandon Casey
· 16 years ago
f18d244
Start conforming code to "git subcmd" style part 3
by Heikki Orsila
· 17 years ago
0843acf
Fix "git log -i --grep"
by Jeff King
· 17 years ago
6796399
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
d85fe38
rev-list: honor --quiet option
by Junio C Hamano
· 17 years ago
588c038
Merge branch 'sb/dashless'
by Junio C Hamano
· 17 years ago
fa6200f
Merge branch 'ph/parseopt-step-blame'
by Junio C Hamano
· 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
8bb6588
Merge branch 'jc/blame' (early part) into HEAD
by Junio C Hamano
· 17 years ago
1fc561d
Move read_revisions_from_stdin from builtin-rev-list.c to revision.c
by Adam Brewster
· 17 years ago
9bd81e4
Merge branch 'js/config-cb'
by Junio C Hamano
· 17 years ago
v1.5.6-rc0
7528f27
log --graph --left-right: show left/right information in place of '*'
by Adam Simpkins
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
7fefda5
log and rev-list: add --graph option
by Adam Simpkins
· 17 years ago
885cf80
revision API: split parent rewriting and parent printing options
by Adam Simpkins
· 17 years ago
72276a3
rev-list --children
by Junio C Hamano
· 17 years ago
7ccd366
Add --reverse to the git-rev-list usage string
by Kevin Ballard
· 17 years ago
eadbcd4
Merge branch 'mk/maint-parse-careful'
by Junio C Hamano
· 17 years ago
a5aa930
rev-list: add --branches, --tags and --remotes
by Uwe Kleine-König
· 17 years ago
7914053
Remove unused object-ref code
by Martin Koegler
· 17 years ago
428ae2e
Merge branch 'lt/revision-walker'
by Junio C Hamano
· 17 years ago
3d51e1b
check return code of prepare_revision_walk
by Martin Koegler
· 17 years ago
3131b71
Add "--show-all" revision walker flag for debugging
by Linus Torvalds
· 17 years ago
872c930
Don't access line[-1] for a zero-length "line" from fgets.
by Jim Meyering
· 17 years ago
761e856
Merge branch 'lt/rev-list-interactive'
by Junio C Hamano
· 17 years ago
7dc0fe3
Fix parent rewriting in --early-output
by Linus Torvalds
· 17 years ago
2735089
rev-list: Introduce --quiet to avoid /dev/null redirects
by Shawn O. Pearce
· 17 years ago
53b2c82
revision walker: mini clean-up
by Linus Torvalds
· 17 years ago
4593fb8
format-patch -s: add MIME encoding header if signer's name requires so
by Junio C Hamano
· 17 years ago
50e62a8
rev-list: implement --bisect-all
by Christian Couder
· 17 years ago
cc61ae8
Merge branch 'mv/unknown'
by Junio C Hamano
· 17 years ago
66d4035
Merge branch 'ph/strbuf'
by Junio C Hamano
· 17 years ago
55246aa
Don't use "<unknown>" for placeholders and suppress printing of empty user formats.
by Michal Vitecek
· 17 years ago
17ed158
rev-list --bisect: Fix best == NULL case.
by Christian Couder
· 17 years ago
39bd2eb
Merge branch 'master' into ph/strbuf
by Junio C Hamano
· 17 years ago
5327141
rev-list --bisect: Bisection "distance" clean up.
by Christian Couder
· 17 years ago
77c11e0
rev-list --bisect: Move some bisection code into best_bisection.
by Christian Couder
· 17 years ago
ce0cbad
rev-list --bisect: Move finding bisection into do_find_bisection.
by Christian Couder
· 17 years ago
674d172
Rework pretty_print_commit to use strbufs instead of custom buffers.
by Pierre Habouzit
· 18 years ago
4b7f59a
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
4e0b2bb
rev-list --bisect: fix allocation of "int*" instead of "int".
by Christian Couder
· 18 years ago
1ed8415
Revert 88494423 (removal of duplicate parents in the output codepath)
by Junio C Hamano
· 18 years ago
06f59e9
Don't fflush(stdout) when it's not helpful
by Theodore Ts'o
· 18 years ago
80583c0
Lift 16kB limit of log message output
by Junio C Hamano
· 18 years ago
a7b02cc
Add --date={local,relative,default}
by Junio C Hamano
· 18 years ago
b9849a1
Make sure quickfetch is not fooled with a previous, incomplete fetch.
by Junio C Hamano
· 18 years ago
77e6f5b
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
Next »